home *** CD-ROM | disk | FTP | other *** search
Wrap
<%@ LANGUAGE="VBSCRIPT" %> <HTML> <HEAD> <meta name="GENERATOR" content="Microsoft Developer Studio"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Class Registration</title> <link rel="STYLESHEET" href="Stylesheets/Grid/Style2.css"> </head> <body background="Images/Grid/Background/Back2.jpg" bgcolor="White"> <basefont face="Arial, Helvetica, sans-serif"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th align="Left" nowrap bgcolor="Silver" background="./Images/Grid/Navigation/Nav1.jpg"> <font size="6"> Class Registration </font> </th> </tr> <tr> <td bgcolor="#FFFFCC"> <font size="-1"> Add a Class</font> </td> </tr> </table> <% lngStudentID = session("id") strClassID = request("classid") If errEnrollment = 1 Then response.write "An error occurred and the class could not be added. Be sure that you are using a valid student ID and that you are not already enrolled in the class." response.end End If %> Student <%=lngStudentID%> has been added to class <%=strClassID%> </BODY> </HTML>